Click or drag to resize
Point Constructor (Single, Single)
parametered constructor X axis value Y axis value

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Point(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
See Also